Html Css Color HEX #CFB634 Old Gold

📋 copy color: '#CFB634'

red 207 ◦ green 182 ◦ blue 52

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

Shades of Old Gold #CFB634

Tints of Old Gold #CFB634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.79%

R = 46.94%
G = 41.27%
B = 11.79%

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

#CFB634 (or 0xCFB634) is known color: Old Gold. HEX triplet: CF, B6 and 34. RGB value is (207,182,52). Sum of RGB (Red+Green+Blue) = 207+182+52=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB634 is #3049CB. Grayscale: #AFAFAF. Windows color (decimal): -3164620 or 3454671. OLE color: 3454671.

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

Color convert

RGB 207 182 52 -
CMYK 0 0.12 0.75 0.19
HSL 50.32º 0.62% 0.51% -
HSV(B) 50.32º 0.75% 0.81% -
XYZ 43.08 46.97 10.04 -
YUV 174.66 58.78 151.07 -
System Red Green Blue C M Y K H S L
Decimal 207 182 52 0 0.12 0.75 0.19 50.32 0.62 0.51
Hex CF B6 34 0 C 4B 13 32 3E 33
Octal 317 266 64 0 14 113 23 62 76 63
Binary 11001111 10110110 110100 0 1100 1001011 10011 110010 111110 110011

Color Harmonies of #CFB634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB634

Black with #CFB634

Text Example


Text Example

White with #CFB634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB634; }

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

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

background-color css

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

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

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

border-color css

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

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

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