Html Css Color HEX #CDBC33 Old Gold

📋 copy color: '#CDBC33'

red 205 ◦ green 188 ◦ blue 51

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

Shades of Old Gold #CDBC33

Tints of Old Gold #CDBC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.49%

R = 46.17%
G = 42.34%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CDBC33 (or 0xCDBC33) is known color: Old Gold. HEX triplet: CD, BC and 33. RGB value is (205,188,51). Sum of RGB (Red+Green+Blue) = 205+188+51=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBC33 is #3243CC. Grayscale: #B2B2B2. Windows color (decimal): -3294157 or 3390669. OLE color: 3390669.

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

Color convert

RGB 205 188 51 -
CMYK 0 0.08 0.75 0.20
HSL 53.38º 0.61% 0.5% -
HSV(B) 53.38º 0.75% 0.8% -
XYZ 43.76 49.18 10.32 -
YUV 177.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 205 188 51 0 0.08 0.75 0.20 53.38 0.61 0.5
Hex CD BC 33 0 8 4B 14 35 3D 32
Octal 315 274 63 0 10 113 24 65 75 62
Binary 11001101 10111100 110011 0 1000 1001011 10100 110101 111101 110010

Color Harmonies of #CDBC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBC33

Black with #CDBC33

Text Example


Text Example

White with #CDBC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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