Html Css Color HEX #CFB236 Old Gold

📋 copy color: '#CFB236'

red 207 ◦ green 178 ◦ blue 54

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

Shades of Old Gold #CFB236

Tints of Old Gold #CFB236

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.55%

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

R = 47.15%
G = 40.55%
B = 12.3%

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

#CFB236 (or 0xCFB236) is known color: Old Gold. HEX triplet: CF, B2 and 36. RGB value is (207,178,54). Sum of RGB (Red+Green+Blue) = 207+178+54=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB236 is #304DC9. Grayscale: #ADADAD. Windows color (decimal): -3165642 or 3584719. OLE color: 3584719.

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

Color convert

RGB 207 178 54 -
CMYK 0 0.14 0.74 0.19
HSL 48.63º 0.61% 0.51% -
HSV(B) 48.63º 0.74% 0.81% -
XYZ 42.32 45.37 10.02 -
YUV 172.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 207 178 54 0 0.14 0.74 0.19 48.63 0.61 0.51
Hex CF B2 36 0 E 4A 13 31 3D 33
Octal 317 262 66 0 16 112 23 61 75 63
Binary 11001111 10110010 110110 0 1110 1001010 10011 110001 111101 110011

Color Harmonies of #CFB236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB236

Black with #CFB236

Text Example


Text Example

White with #CFB236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB236; }

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

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

background-color css

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

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

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

border-color css

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

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

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