Html Css Color HEX #CFBC35 Old Gold

📋 copy color: '#CFBC35'

red 207 ◦ green 188 ◦ blue 53

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

Shades of Old Gold #CFBC35

Tints of Old Gold #CFBC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.83%

R = 46.21%
G = 41.96%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFBC35 (or 0xCFBC35) is known color: Old Gold. HEX triplet: CF, BC and 35. RGB value is (207,188,53). Sum of RGB (Red+Green+Blue) = 207+188+53=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC35 is #3043CA. Grayscale: #B2B2B2. Windows color (decimal): -3163083 or 3521743. OLE color: 3521743.

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

Color convert

RGB 207 188 53 -
CMYK 0 0.09 0.74 0.19
HSL 52.6º 0.62% 0.51% -
HSV(B) 52.6º 0.74% 0.81% -
XYZ 44.36 49.49 10.58 -
YUV 178.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 207 188 53 0 0.09 0.74 0.19 52.6 0.62 0.51
Hex CF BC 35 0 9 4A 13 35 3E 33
Octal 317 274 65 0 11 112 23 65 76 63
Binary 11001111 10111100 110101 0 1001 1001010 10011 110101 111110 110011

Color Harmonies of #CFBC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC35

Black with #CFBC35

Text Example


Text Example

White with #CFBC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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