Html Css Color HEX #CFB732 Old Gold

📋 copy color: '#CFB732'

red 207 ◦ green 183 ◦ blue 50

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

Shades of Old Gold #CFB732

Tints of Old Gold #CFB732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.59%

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

R = 47.05%
G = 41.59%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CFB732 (or 0xCFB732) is known color: Old Gold. HEX triplet: CF, B7 and 32. RGB value is (207,183,50). Sum of RGB (Red+Green+Blue) = 207+183+50=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB732 is #3048CD. Grayscale: #AFAFAF. Windows color (decimal): -3164366 or 3323855. OLE color: 3323855.

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

Color convert

RGB 207 183 50 -
CMYK 0 0.12 0.76 0.19
HSL 50.83º 0.62% 0.5% -
HSV(B) 50.83º 0.76% 0.81% -
XYZ 43.24 47.36 9.88 -
YUV 175.01 57.45 150.81 -
System Red Green Blue C M Y K H S L
Decimal 207 183 50 0 0.12 0.76 0.19 50.83 0.62 0.5
Hex CF B7 32 0 C 4C 13 33 3E 32
Octal 317 267 62 0 14 114 23 63 76 62
Binary 11001111 10110111 110010 0 1100 1001100 10011 110011 111110 110010

Color Harmonies of #CFB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB732

Black with #CFB732

Text Example


Text Example

White with #CFB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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