Html Css Color HEX #CFB64B Old Gold

📋 copy color: '#CFB64B'

red 207 ◦ green 182 ◦ blue 75

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

Shades of Old Gold #CFB64B

Tints of Old Gold #CFB64B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.22%

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

R = 44.61%
G = 39.22%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CFB64B (or 0xCFB64B) is known color: Old Gold. HEX triplet: CF, B6 and 4B. RGB value is (207,182,75). Sum of RGB (Red+Green+Blue) = 207+182+75=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB64B is #3049B4. Grayscale: #B1B1B1. Windows color (decimal): -3164597 or 4961999. OLE color: 4961999.

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

Color convert

RGB 207 182 75 -
CMYK 0 0.12 0.64 0.19
HSL 48.64º 0.58% 0.55% -
HSV(B) 48.64º 0.64% 0.81% -
XYZ 43.73 47.23 13.47 -
YUV 177.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 207 182 75 0 0.12 0.64 0.19 48.64 0.58 0.55
Hex CF B6 4B 0 C 40 13 31 3A 37
Octal 317 266 113 0 14 100 23 61 72 67
Binary 11001111 10110110 1001011 0 1100 1000000 10011 110001 111010 110111

Color Harmonies of #CFB64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB64B

Black with #CFB64B

Text Example


Text Example

White with #CFB64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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