Html Css Color HEX #CCD58F Deco

📋 copy color: '#CCD58F'

red 204 ◦ green 213 ◦ blue 143

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

Shades of Deco #CCD58F

Tints of Deco #CCD58F

RGB

 RED value IS 204 (80.08% from 255) = 36.43%

 GREEN value IS 213 (83.59% from 255) = 38.04%

 BLUE value IS 143 (56.25% from 255) = 25.54%

R = 36.43%
G = 38.04%
B = 25.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#CCD58F (or 0xCCD58F) is known color: Deco. HEX triplet: CC, D5 and 8F. RGB value is (204,213,143). Sum of RGB (Red+Green+Blue) = 204+213+143=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 143 (56.25% from 255 or 25.54% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD58F is #332A70. Grayscale: #CACACA. Windows color (decimal): -3353201 or 9426380. OLE color: 9426380.

HSL color Cylindrical-coordinate representation of color #CCD58F: hue angle of 67.71º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCD58F is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 143 -
CMYK 0.04 0 0.33 0.16
HSL 67.71º 0.45% 0.7% -
HSV(B) 67.71º 0.33% 0.84% -
XYZ 53.65 62.41 35.2 -
YUV 202.33 94.52 129.19 -
System Red Green Blue C M Y K H S L
Decimal 204 213 143 0.04 0 0.33 0.16 67.71 0.45 0.7
Hex CC D5 8F 4 0 21 10 44 2D 46
Octal 314 325 217 4 0 41 20 104 55 106
Binary 11001100 11010101 10001111 100 0 100001 10000 1000100 101101 1000110

Color Harmonies of #CCD58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD58F

Black with #CCD58F

Text Example


Text Example

White with #CCD58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD58F; }

 p { color: rgb(204,213,143); }

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

background-color css

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

 a { background-color: rgb(204,213,143); }

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

border-color css

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

 span { border-color: rgb(204,213,143); }

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