Html Css Color HEX #CFBC4B Old Gold

📋 copy color: '#CFBC4B'

red 207 ◦ green 188 ◦ blue 75

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

Shades of Old Gold #CFBC4B

Tints of Old Gold #CFBC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.96%

R = 44.04%
G = 40%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CFBC4B (or 0xCFBC4B) is known color: Old Gold. HEX triplet: CF, BC and 4B. RGB value is (207,188,75). Sum of RGB (Red+Green+Blue) = 207+188+75=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC4B is #3043B4. Grayscale: #B5B5B5. Windows color (decimal): -3163061 or 4963535. OLE color: 4963535.

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

Color convert

RGB 207 188 75 -
CMYK 0 0.09 0.64 0.19
HSL 51.36º 0.58% 0.55% -
HSV(B) 51.36º 0.64% 0.81% -
XYZ 44.99 49.74 13.89 -
YUV 180.8 68.29 146.69 -
System Red Green Blue C M Y K H S L
Decimal 207 188 75 0 0.09 0.64 0.19 51.36 0.58 0.55
Hex CF BC 4B 0 9 40 13 33 3A 37
Octal 317 274 113 0 11 100 23 63 72 67
Binary 11001111 10111100 1001011 0 1001 1000000 10011 110011 111010 110111

Color Harmonies of #CFBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC4B

Black with #CFBC4B

Text Example


Text Example

White with #CFBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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