Html Css Color HEX #CFB334 Old Gold

📋 copy color: '#CFB334'

red 207 ◦ green 179 ◦ blue 52

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

Shades of Old Gold #CFB334

Tints of Old Gold #CFB334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

 BLUE value IS 52 (20.7% from 255) = 11.87%

R = 47.26%
G = 40.87%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFB334 (or 0xCFB334) is known color: Old Gold. HEX triplet: CF, B3 and 34. RGB value is (207,179,52). Sum of RGB (Red+Green+Blue) = 207+179+52=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB334 is #304CCB. Grayscale: #ADADAD. Windows color (decimal): -3165388 or 3453903. OLE color: 3453903.

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

Color convert

RGB 207 179 52 -
CMYK 0 0.14 0.75 0.19
HSL 49.16º 0.62% 0.51% -
HSV(B) 49.16º 0.75% 0.81% -
XYZ 42.47 45.75 9.84 -
YUV 172.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 207 179 52 0 0.14 0.75 0.19 49.16 0.62 0.51
Hex CF B3 34 0 E 4B 13 31 3E 33
Octal 317 263 64 0 16 113 23 61 76 63
Binary 11001111 10110011 110100 0 1110 1001011 10011 110001 111110 110011

Color Harmonies of #CFB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB334

Black with #CFB334

Text Example


Text Example

White with #CFB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB334; }

 p { color: rgb(207,179,52); }

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

background-color css

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

 a { background-color: rgb(207,179,52); }

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

border-color css

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

 span { border-color: rgb(207,179,52); }

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