Html Css Color HEX #CFBC34 Old Gold

📋 copy color: '#CFBC34'

red 207 ◦ green 188 ◦ blue 52

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

Shades of Old Gold #CFBC34

Tints of Old Gold #CFBC34

RGB

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

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

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

R = 46.31%
G = 42.06%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFBC34 (or 0xCFBC34) is known color: Old Gold. HEX triplet: CF, BC and 34. RGB value is (207,188,52). Sum of RGB (Red+Green+Blue) = 207+188+52=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC34 is #3043CB. Grayscale: #B2B2B2. Windows color (decimal): -3163084 or 3456207. OLE color: 3456207.

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

Color convert

RGB 207 188 52 -
CMYK 0 0.09 0.75 0.19
HSL 52.65º 0.62% 0.51% -
HSV(B) 52.65º 0.75% 0.81% -
XYZ 44.34 49.48 10.46 -
YUV 178.18 56.79 148.56 -
System Red Green Blue C M Y K H S L
Decimal 207 188 52 0 0.09 0.75 0.19 52.65 0.62 0.51
Hex CF BC 34 0 9 4B 13 35 3E 33
Octal 317 274 64 0 11 113 23 65 76 63
Binary 11001111 10111100 110100 0 1001 1001011 10011 110101 111110 110011

Color Harmonies of #CFBC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC34

Black with #CFBC34

Text Example


Text Example

White with #CFBC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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