Html Css Color HEX #CDBC30 Old Gold

📋 copy color: '#CDBC30'

red 205 ◦ green 188 ◦ blue 48

#CDBC30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #CDBC30

Tints of Old Gold #CDBC30

RGB

 RED value IS 205 (80.47% from 255) = 46.49%

 GREEN value IS 188 (73.83% from 255) = 42.63%

 BLUE value IS 48 (19.14% from 255) = 10.88%

R = 46.49%
G = 42.63%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDBC30 (or 0xCDBC30) is known color: Old Gold. HEX triplet: CD, BC and 30. RGB value is (205,188,48). Sum of RGB (Red+Green+Blue) = 205+188+48=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBC30 is #3243CF. Grayscale: #B1B1B1. Windows color (decimal): -3294160 or 3194061. OLE color: 3194061.

HSL color Cylindrical-coordinate representation of color #CDBC30: hue angle of 53.5º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDBC30 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 188 48 -
CMYK 0 0.08 0.77 0.20
HSL 53.5º 0.62% 0.5% -
HSV(B) 53.5º 0.77% 0.8% -
XYZ 43.69 49.16 9.98 -
YUV 177.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 205 188 48 0 0.08 0.77 0.20 53.5 0.62 0.5
Hex CD BC 30 0 8 4D 14 36 3E 32
Octal 315 274 60 0 10 115 24 66 76 62
Binary 11001101 10111100 110000 0 1000 1001101 10100 110110 111110 110010

Color Harmonies of #CDBC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBC30

Black with #CDBC30

Text Example


Text Example

White with #CDBC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBC30; }

 p { color: rgb(205,188,48); }

 H1.HeaderClassName
 {
   color: #CDBC30;
 }
 .AnyTagClassName
 {
   color: #CDBC30;
 }
</style>

background-color css

<style>
 a { background-color: #CDBC30; }

 a { background-color: rgb(205,188,48); }

 div.DivClassName
 {
   background-color: #CDBC30;
 }
 .BgClassName
 {
   background-color: #CDBC30;
 }
</style>

border-color css

<style>
 span { border-color: #CDBC30; }

 span { border-color: rgb(205,188,48); }

 td.TdClassName
 {
   border-color: #CDBC30;
 }
 .TagClassName
 {
   border-color: #CDBC30;
 }
</style>