Html Css Color HEX #CFB229 Metallic Gold

📋 copy color: '#CFB229'

red 207 ◦ green 178 ◦ blue 41

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

Shades of Metallic Gold #CFB229

Tints of Metallic Gold #CFB229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.62%

R = 48.59%
G = 41.78%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFB229 (or 0xCFB229) is known color: Metallic Gold. HEX triplet: CF, B2 and 29. RGB value is (207,178,41). Sum of RGB (Red+Green+Blue) = 207+178+41=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB229 is #304DD6. Grayscale: #ABABAB. Windows color (decimal): -3165655 or 2732751. OLE color: 2732751.

HSL color Cylindrical-coordinate representation of color #CFB229: hue angle of 49.52º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFB229 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 41 -
CMYK 0 0.14 0.80 0.19
HSL 49.52º 0.67% 0.49% -
HSV(B) 49.52º 0.8% 0.81% -
XYZ 42.05 45.27 8.62 -
YUV 171.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 207 178 41 0 0.14 0.80 0.19 49.52 0.67 0.49
Hex CF B2 29 0 E 50 13 32 43 31
Octal 317 262 51 0 16 120 23 62 103 61
Binary 11001111 10110010 101001 0 1110 1010000 10011 110010 1000011 110001

Color Harmonies of #CFB229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB229

Black with #CFB229

Text Example


Text Example

White with #CFB229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB229; }

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

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

background-color css

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

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

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

border-color css

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

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

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