Html Css Color HEX #CDC03B Old Gold

📋 copy color: '#CDC03B'

red 205 ◦ green 192 ◦ blue 59

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

Shades of Old Gold #CDC03B

Tints of Old Gold #CDC03B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.11%

 BLUE value IS 59 (23.44% from 255) = 12.94%

R = 44.96%
G = 42.11%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CDC03B (or 0xCDC03B) is known color: Old Gold. HEX triplet: CD, C0 and 3B. RGB value is (205,192,59). Sum of RGB (Red+Green+Blue) = 205+192+59=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC03B is #323FC4. Grayscale: #B5B5B5. Windows color (decimal): -3293125 or 3915981. OLE color: 3915981.

HSL color Cylindrical-coordinate representation of color #CDC03B: hue angle of 54.66º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDC03B is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 192 59 -
CMYK 0 0.06 0.71 0.20
HSL 54.66º 0.59% 0.52% -
HSV(B) 54.66º 0.71% 0.8% -
XYZ 44.82 50.99 11.62 -
YUV 180.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 205 192 59 0 0.06 0.71 0.20 54.66 0.59 0.52
Hex CD C0 3B 0 6 47 14 37 3B 34
Octal 315 300 73 0 6 107 24 67 73 64
Binary 11001101 11000000 111011 0 110 1000111 10100 110111 111011 110100

Color Harmonies of #CDC03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC03B

Black with #CDC03B

Text Example


Text Example

White with #CDC03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC03B; }

 p { color: rgb(205,192,59); }

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

background-color css

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

 a { background-color: rgb(205,192,59); }

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

border-color css

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

 span { border-color: rgb(205,192,59); }

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