Html Css Color HEX #CFBC32 Old Gold

📋 copy color: '#CFBC32'

red 207 ◦ green 188 ◦ blue 50

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

Shades of Old Gold #CFBC32

Tints of Old Gold #CFBC32

RGB

 RED value IS 207 (81.25% from 255) = 46.52%

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

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

R = 46.52%
G = 42.25%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CFBC32 (or 0xCFBC32) is known color: Old Gold. HEX triplet: CF, BC and 32. RGB value is (207,188,50). Sum of RGB (Red+Green+Blue) = 207+188+50=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC32 is #3043CD. Grayscale: #B2B2B2. Windows color (decimal): -3163086 or 3325135. OLE color: 3325135.

HSL color Cylindrical-coordinate representation of color #CFBC32: hue angle of 52.74º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFBC32 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 188 50 -
CMYK 0 0.09 0.76 0.19
HSL 52.74º 0.62% 0.5% -
HSV(B) 52.74º 0.76% 0.81% -
XYZ 44.29 49.46 10.23 -
YUV 177.95 55.79 148.72 -
System Red Green Blue C M Y K H S L
Decimal 207 188 50 0 0.09 0.76 0.19 52.74 0.62 0.5
Hex CF BC 32 0 9 4C 13 35 3E 32
Octal 317 274 62 0 11 114 23 65 76 62
Binary 11001111 10111100 110010 0 1001 1001100 10011 110101 111110 110010

Color Harmonies of #CFBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC32

Black with #CFBC32

Text Example


Text Example

White with #CFBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC32; }

 p { color: rgb(207,188,50); }

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

background-color css

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

 a { background-color: rgb(207,188,50); }

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

border-color css

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

 span { border-color: rgb(207,188,50); }

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