Html Css Color HEX #CFB628 Metallic Gold

📋 copy color: '#CFB628'

red 207 ◦ green 182 ◦ blue 40

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

Shades of Metallic Gold #CFB628

Tints of Metallic Gold #CFB628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 48.25%
G = 42.42%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFB628 (or 0xCFB628) is known color: Metallic Gold. HEX triplet: CF, B6 and 28. RGB value is (207,182,40). Sum of RGB (Red+Green+Blue) = 207+182+40=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB628 is #3049D7. Grayscale: #ADADAD. Windows color (decimal): -3164632 or 2668239. OLE color: 2668239.

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

Color convert

RGB 207 182 40 -
CMYK 0 0.12 0.81 0.19
HSL 51.02º 0.68% 0.48% -
HSV(B) 51.02º 0.81% 0.81% -
XYZ 42.84 46.87 8.8 -
YUV 173.29 52.78 152.05 -
System Red Green Blue C M Y K H S L
Decimal 207 182 40 0 0.12 0.81 0.19 51.02 0.68 0.48
Hex CF B6 28 0 C 51 13 33 44 30
Octal 317 266 50 0 14 121 23 63 104 60
Binary 11001111 10110110 101000 0 1100 1010001 10011 110011 1000100 110000

Color Harmonies of #CFB628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB628

Black with #CFB628

Text Example


Text Example

White with #CFB628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB628; }

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

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

background-color css

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

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

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

border-color css

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

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

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