Html Css Color HEX #CFB336 Old Gold

📋 copy color: '#CFB336'

red 207 ◦ green 179 ◦ blue 54

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

Shades of Old Gold #CFB336

Tints of Old Gold #CFB336

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

 BLUE value IS 54 (21.48% from 255) = 12.27%

R = 47.05%
G = 40.68%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFB336 (or 0xCFB336) is known color: Old Gold. HEX triplet: CF, B3 and 36. RGB value is (207,179,54). Sum of RGB (Red+Green+Blue) = 207+179+54=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB336 is #304CC9. Grayscale: #ADADAD. Windows color (decimal): -3165386 or 3584975. OLE color: 3584975.

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

Color convert

RGB 207 179 54 -
CMYK 0 0.14 0.74 0.19
HSL 49.02º 0.61% 0.51% -
HSV(B) 49.02º 0.74% 0.81% -
XYZ 42.52 45.77 10.08 -
YUV 173.12 60.78 152.16 -
System Red Green Blue C M Y K H S L
Decimal 207 179 54 0 0.14 0.74 0.19 49.02 0.61 0.51
Hex CF B3 36 0 E 4A 13 31 3D 33
Octal 317 263 66 0 16 112 23 61 75 63
Binary 11001111 10110011 110110 0 1110 1001010 10011 110001 111101 110011

Color Harmonies of #CFB336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB336

Black with #CFB336

Text Example


Text Example

White with #CFB336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB336; }

 p { color: rgb(207,179,54); }

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

background-color css

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

 a { background-color: rgb(207,179,54); }

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

border-color css

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

 span { border-color: rgb(207,179,54); }

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