Html Css Color HEX #CCD68F Deco

📋 copy color: '#CCD68F'

red 204 ◦ green 214 ◦ blue 143

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

Shades of Deco #CCD68F

Tints of Deco #CCD68F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.15%

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

R = 36.36%
G = 38.15%
B = 25.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#CCD68F (or 0xCCD68F) is known color: Deco. HEX triplet: CC, D6 and 8F. RGB value is (204,214,143). Sum of RGB (Red+Green+Blue) = 204+214+143=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD68F is #332970. Grayscale: #CBCBCB. Windows color (decimal): -3352945 or 9426636. OLE color: 9426636.

HSL color Cylindrical-coordinate representation of color #CCD68F: hue angle of 68.45º degrees, saturation: 0.46, 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 #CCD68F is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 143 -
CMYK 0.05 0 0.33 0.16
HSL 68.45º 0.46% 0.7% -
HSV(B) 68.45º 0.33% 0.84% -
XYZ 53.91 62.91 35.29 -
YUV 202.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 204 214 143 0.05 0 0.33 0.16 68.45 0.46 0.7
Hex CC D6 8F 5 0 21 10 44 2E 46
Octal 314 326 217 5 0 41 20 104 56 106
Binary 11001100 11010110 10001111 101 0 100001 10000 1000100 101110 1000110

Color Harmonies of #CCD68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD68F

Black with #CCD68F

Text Example


Text Example

White with #CCD68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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