Html Css Color HEX #CFB633 Old Gold

📋 copy color: '#CFB633'

red 207 ◦ green 182 ◦ blue 51

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

Shades of Old Gold #CFB633

Tints of Old Gold #CFB633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.59%

R = 47.05%
G = 41.36%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFB633 (or 0xCFB633) is known color: Old Gold. HEX triplet: CF, B6 and 33. RGB value is (207,182,51). Sum of RGB (Red+Green+Blue) = 207+182+51=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB633 is #3049CC. Grayscale: #AFAFAF. Windows color (decimal): -3164621 or 3389135. OLE color: 3389135.

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

Color convert

RGB 207 182 51 -
CMYK 0 0.12 0.75 0.19
HSL 50.38º 0.62% 0.51% -
HSV(B) 50.38º 0.75% 0.81% -
XYZ 43.06 46.96 9.93 -
YUV 174.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 207 182 51 0 0.12 0.75 0.19 50.38 0.62 0.51
Hex CF B6 33 0 C 4B 13 32 3E 33
Octal 317 266 63 0 14 113 23 62 76 63
Binary 11001111 10110110 110011 0 1100 1001011 10011 110010 111110 110011

Color Harmonies of #CFB633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB633

Black with #CFB633

Text Example


Text Example

White with #CFB633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB633; }

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

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

background-color css

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

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

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

border-color css

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

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

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