Html Css Color HEX #CFB643 Old Gold

📋 copy color: '#CFB643'

red 207 ◦ green 182 ◦ blue 67

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

Shades of Old Gold #CFB643

Tints of Old Gold #CFB643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.69%

R = 45.39%
G = 39.91%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CFB643 (or 0xCFB643) is known color: Old Gold. HEX triplet: CF, B6 and 43. RGB value is (207,182,67). Sum of RGB (Red+Green+Blue) = 207+182+67=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 67 (26.56% from 255 or 14.69% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB643 is #3049BC. Grayscale: #B0B0B0. Windows color (decimal): -3164605 or 4437711. OLE color: 4437711.

HSL color Cylindrical-coordinate representation of color #CFB643: hue angle of 49.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFB643 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 182 67 -
CMYK 0 0.12 0.68 0.19
HSL 49.29º 0.59% 0.54% -
HSV(B) 49.29º 0.68% 0.81% -
XYZ 43.47 47.13 12.12 -
YUV 176.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 207 182 67 0 0.12 0.68 0.19 49.29 0.59 0.54
Hex CF B6 43 0 C 44 13 31 3B 36
Octal 317 266 103 0 14 104 23 61 73 66
Binary 11001111 10110110 1000011 0 1100 1000100 10011 110001 111011 110110

Color Harmonies of #CFB643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB643

Black with #CFB643

Text Example


Text Example

White with #CFB643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB643; }

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

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

background-color css

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

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

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

border-color css

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

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

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