Html Css Color HEX #CFD388 Deco

📋 copy color: '#CFD388'

red 207 ◦ green 211 ◦ blue 136

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

Shades of Deco #CFD388

Tints of Deco #CFD388

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.09%

 BLUE value IS 136 (53.52% from 255) = 24.55%

R = 37.36%
G = 38.09%
B = 24.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#CFD388 (or 0xCFD388) is known color: Deco. HEX triplet: CF, D3 and 88. RGB value is (207,211,136). Sum of RGB (Red+Green+Blue) = 207+211+136=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD388 is #302C77. Grayscale: #C9C9C9. Windows color (decimal): -3157112 or 8967119. OLE color: 8967119.

HSL color Cylindrical-coordinate representation of color #CFD388: hue angle of 63.2º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFD388 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 211 136 -
CMYK 0.02 0 0.36 0.17
HSL 63.2º 0.46% 0.68% -
HSV(B) 63.2º 0.36% 0.83% -
XYZ 53.47 61.63 32.37 -
YUV 201.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 207 211 136 0.02 0 0.36 0.17 63.2 0.46 0.68
Hex CF D3 88 2 0 24 11 3F 2E 44
Octal 317 323 210 2 0 44 21 77 56 104
Binary 11001111 11010011 10001000 10 0 100100 10001 111111 101110 1000100

Color Harmonies of #CFD388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD388

Black with #CFD388

Text Example


Text Example

White with #CFD388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD388; }

 p { color: rgb(207,211,136); }

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

background-color css

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

 a { background-color: rgb(207,211,136); }

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

border-color css

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

 span { border-color: rgb(207,211,136); }

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