Html Css Color HEX #CFBC33 Old Gold

📋 copy color: '#CFBC33'

red 207 ◦ green 188 ◦ blue 51

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

Shades of Old Gold #CFBC33

Tints of Old Gold #CFBC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.43%

R = 46.41%
G = 42.15%
B = 11.43%

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

#CFBC33 (or 0xCFBC33) is known color: Old Gold. HEX triplet: CF, BC and 33. RGB value is (207,188,51). Sum of RGB (Red+Green+Blue) = 207+188+51=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC33 is #3043CC. Grayscale: #B2B2B2. Windows color (decimal): -3163085 or 3390671. OLE color: 3390671.

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

Color convert

RGB 207 188 51 -
CMYK 0 0.09 0.75 0.19
HSL 52.69º 0.62% 0.51% -
HSV(B) 52.69º 0.75% 0.81% -
XYZ 44.31 49.47 10.35 -
YUV 178.06 56.29 148.64 -
System Red Green Blue C M Y K H S L
Decimal 207 188 51 0 0.09 0.75 0.19 52.69 0.62 0.51
Hex CF BC 33 0 9 4B 13 35 3E 33
Octal 317 274 63 0 11 113 23 65 76 63
Binary 11001111 10111100 110011 0 1001 1001011 10011 110101 111110 110011

Color Harmonies of #CFBC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC33

Black with #CFBC33

Text Example


Text Example

White with #CFBC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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