Html Css Color HEX #CDB230 Old Gold

📋 copy color: '#CDB230'

red 205 ◦ green 178 ◦ blue 48

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

Shades of Old Gold #CDB230

Tints of Old Gold #CDB230

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.3%

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

R = 47.56%
G = 41.3%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CDB230 (or 0xCDB230) is known color: Old Gold. HEX triplet: CD, B2 and 30. RGB value is (205,178,48). Sum of RGB (Red+Green+Blue) = 205+178+48=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB230 is #324DCF. Grayscale: #ABABAB. Windows color (decimal): -3296720 or 3191501. OLE color: 3191501.

HSL color Cylindrical-coordinate representation of color #CDB230: hue angle of 49.68º 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 #CDB230 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 178 48 -
CMYK 0 0.13 0.77 0.20
HSL 49.68º 0.62% 0.5% -
HSV(B) 49.68º 0.77% 0.8% -
XYZ 41.63 45.03 9.29 -
YUV 171.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 205 178 48 0 0.13 0.77 0.20 49.68 0.62 0.5
Hex CD B2 30 0 D 4D 14 32 3E 32
Octal 315 262 60 0 15 115 24 62 76 62
Binary 11001101 10110010 110000 0 1101 1001101 10100 110010 111110 110010

Color Harmonies of #CDB230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB230

Black with #CDB230

Text Example


Text Example

White with #CDB230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB230; }

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

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

background-color css

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

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

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

border-color css

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

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

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