Html Css Color HEX #CFB932 Old Gold

📋 copy color: '#CFB932'

red 207 ◦ green 185 ◦ blue 50

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

Shades of Old Gold #CFB932

Tints of Old Gold #CFB932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.86%

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

R = 46.83%
G = 41.86%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CFB932 (or 0xCFB932) is known color: Old Gold. HEX triplet: CF, B9 and 32. RGB value is (207,185,50). Sum of RGB (Red+Green+Blue) = 207+185+50=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB932 is #3046CD. Grayscale: #B0B0B0. Windows color (decimal): -3163854 or 3324367. OLE color: 3324367.

HSL color Cylindrical-coordinate representation of color #CFB932: hue angle of 51.59º 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 #CFB932 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 185 50 -
CMYK 0 0.11 0.76 0.19
HSL 51.59º 0.62% 0.5% -
HSV(B) 51.59º 0.76% 0.81% -
XYZ 43.66 48.19 10.02 -
YUV 176.19 56.79 149.98 -
System Red Green Blue C M Y K H S L
Decimal 207 185 50 0 0.11 0.76 0.19 51.59 0.62 0.5
Hex CF B9 32 0 B 4C 13 34 3E 32
Octal 317 271 62 0 13 114 23 64 76 62
Binary 11001111 10111001 110010 0 1011 1001100 10011 110100 111110 110010

Color Harmonies of #CFB932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB932

Black with #CFB932

Text Example


Text Example

White with #CFB932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB932; }

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

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

background-color css

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

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

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

border-color css

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

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

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