Html Css Color HEX #CFBB3B Old Gold

📋 copy color: '#CFBB3B'

red 207 ◦ green 187 ◦ blue 59

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

Shades of Old Gold #CFBB3B

Tints of Old Gold #CFBB3B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.28%

 BLUE value IS 59 (23.44% from 255) = 13.02%

R = 45.7%
G = 41.28%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CFBB3B (or 0xCFBB3B) is known color: Old Gold. HEX triplet: CF, BB and 3B. RGB value is (207,187,59). Sum of RGB (Red+Green+Blue) = 207+187+59=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB3B is #3044C4. Grayscale: #B2B2B2. Windows color (decimal): -3163333 or 3914703. OLE color: 3914703.

HSL color Cylindrical-coordinate representation of color #CFBB3B: hue angle of 51.89º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFBB3B is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 187 59 -
CMYK 0 0.10 0.71 0.19
HSL 51.89º 0.61% 0.52% -
HSV(B) 51.89º 0.71% 0.81% -
XYZ 44.29 49.12 11.28 -
YUV 178.39 60.63 148.41 -
System Red Green Blue C M Y K H S L
Decimal 207 187 59 0 0.10 0.71 0.19 51.89 0.61 0.52
Hex CF BB 3B 0 A 47 13 34 3D 34
Octal 317 273 73 0 12 107 23 64 75 64
Binary 11001111 10111011 111011 0 1010 1000111 10011 110100 111101 110100

Color Harmonies of #CFBB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB3B

Black with #CFBB3B

Text Example


Text Example

White with #CFBB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB3B; }

 p { color: rgb(207,187,59); }

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

background-color css

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

 a { background-color: rgb(207,187,59); }

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

border-color css

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

 span { border-color: rgb(207,187,59); }

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