Html Css Color HEX #CFD176 Deco

📋 copy color: '#CFD176'

red 207 ◦ green 209 ◦ blue 118

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

Shades of Deco #CFD176

Tints of Deco #CFD176

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.14%

 BLUE value IS 118 (46.48% from 255) = 22.1%

R = 38.76%
G = 39.14%
B = 22.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#CFD176 (or 0xCFD176) is known color: Deco. HEX triplet: CF, D1 and 76. RGB value is (207,209,118). Sum of RGB (Red+Green+Blue) = 207+209+118=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD176 is #302E89. Grayscale: #C6C6C6. Windows color (decimal): -3157642 or 7786959. OLE color: 7786959.

HSL color Cylindrical-coordinate representation of color #CFD176: hue angle of 61.32º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFD176 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 209 118 -
CMYK 0.01 0 0.44 0.18
HSL 61.32º 0.5% 0.64% -
HSV(B) 61.32º 0.44% 0.82% -
XYZ 51.8 60.17 26.02 -
YUV 198.03 82.84 134.4 -
System Red Green Blue C M Y K H S L
Decimal 207 209 118 0.01 0 0.44 0.18 61.32 0.5 0.64
Hex CF D1 76 1 0 2C 12 3D 32 40
Octal 317 321 166 1 0 54 22 75 62 100
Binary 11001111 11010001 1110110 1 0 101100 10010 111101 110010 1000000

Color Harmonies of #CFD176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD176

Black with #CFD176

Text Example


Text Example

White with #CFD176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD176; }

 p { color: rgb(207,209,118); }

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

background-color css

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

 a { background-color: rgb(207,209,118); }

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

border-color css

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

 span { border-color: rgb(207,209,118); }

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