Html Css Color HEX #CDBF32 Old Gold

📋 copy color: '#CDBF32'

red 205 ◦ green 191 ◦ blue 50

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

Shades of Old Gold #CDBF32

Tints of Old Gold #CDBF32

RGB

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

 GREEN value IS 191 (75% from 255) = 42.83%

 BLUE value IS 50 (19.92% from 255) = 11.21%

R = 45.96%
G = 42.83%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDBF32 (or 0xCDBF32) is known color: Old Gold. HEX triplet: CD, BF and 32. RGB value is (205,191,50). Sum of RGB (Red+Green+Blue) = 205+191+50=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBF32 is #3240CD. Grayscale: #B3B3B3. Windows color (decimal): -3293390 or 3325901. OLE color: 3325901.

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

Color convert

RGB 205 191 50 -
CMYK 0 0.07 0.76 0.20
HSL 54.58º 0.61% 0.5% -
HSV(B) 54.58º 0.76% 0.8% -
XYZ 44.38 50.47 10.42 -
YUV 179.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 205 191 50 0 0.07 0.76 0.20 54.58 0.61 0.5
Hex CD BF 32 0 7 4C 14 37 3D 32
Octal 315 277 62 0 7 114 24 67 75 62
Binary 11001101 10111111 110010 0 111 1001100 10100 110111 111101 110010

Color Harmonies of #CDBF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBF32

Black with #CDBF32

Text Example


Text Example

White with #CDBF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBF32; }

 p { color: rgb(205,191,50); }

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

background-color css

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

 a { background-color: rgb(205,191,50); }

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

border-color css

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

 span { border-color: rgb(205,191,50); }

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