Html Css Color HEX #CFB22D Metallic Gold

📋 copy color: '#CFB22D'

red 207 ◦ green 178 ◦ blue 45

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

Shades of Metallic Gold #CFB22D

Tints of Metallic Gold #CFB22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.47%

R = 48.14%
G = 41.4%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CFB22D (or 0xCFB22D) is known color: Metallic Gold. HEX triplet: CF, B2 and 2D. RGB value is (207,178,45). Sum of RGB (Red+Green+Blue) = 207+178+45=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB22D is #304DD2. Grayscale: #ACACAC. Windows color (decimal): -3165651 or 2994895. OLE color: 2994895.

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

Color convert

RGB 207 178 45 -
CMYK 0 0.14 0.78 0.19
HSL 49.26º 0.64% 0.49% -
HSV(B) 49.26º 0.78% 0.81% -
XYZ 42.13 45.3 9.01 -
YUV 171.51 56.61 153.31 -
System Red Green Blue C M Y K H S L
Decimal 207 178 45 0 0.14 0.78 0.19 49.26 0.64 0.49
Hex CF B2 2D 0 E 4E 13 31 40 31
Octal 317 262 55 0 16 116 23 61 100 61
Binary 11001111 10110010 101101 0 1110 1001110 10011 110001 1000000 110001

Color Harmonies of #CFB22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB22D

Black with #CFB22D

Text Example


Text Example

White with #CFB22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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