Html Css Color HEX #CCD68A Deco

📋 copy color: '#CCD68A'

red 204 ◦ green 214 ◦ blue 138

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

Shades of Deco #CCD68A

Tints of Deco #CCD68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.82%

R = 36.69%
G = 38.49%
B = 24.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#CCD68A (or 0xCCD68A) is known color: Deco. HEX triplet: CC, D6 and 8A. RGB value is (204,214,138). Sum of RGB (Red+Green+Blue) = 204+214+138=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD68A is #332975. Grayscale: #CACACA. Windows color (decimal): -3352950 or 9098956. OLE color: 9098956.

HSL color Cylindrical-coordinate representation of color #CCD68A: hue angle of 67.89º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCD68A is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 138 -
CMYK 0.05 0 0.36 0.16
HSL 67.89º 0.48% 0.69% -
HSV(B) 67.89º 0.36% 0.84% -
XYZ 53.54 62.77 33.34 -
YUV 202.35 91.69 129.18 -
System Red Green Blue C M Y K H S L
Decimal 204 214 138 0.05 0 0.36 0.16 67.89 0.48 0.69
Hex CC D6 8A 5 0 24 10 44 30 45
Octal 314 326 212 5 0 44 20 104 60 105
Binary 11001100 11010110 10001010 101 0 100100 10000 1000100 110000 1000101

Color Harmonies of #CCD68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD68A

Black with #CCD68A

Text Example


Text Example

White with #CCD68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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