Html Css Color HEX #CCD38A Deco

📋 copy color: '#CCD38A'

red 204 ◦ green 211 ◦ blue 138

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

Shades of Deco #CCD38A

Tints of Deco #CCD38A

RGB

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

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

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

R = 36.89%
G = 38.16%
B = 24.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#CCD38A (or 0xCCD38A) is known color: Deco. HEX triplet: CC, D3 and 8A. RGB value is (204,211,138). Sum of RGB (Red+Green+Blue) = 204+211+138=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD38A is #332C75. Grayscale: #C8C8C8. Windows color (decimal): -3353718 or 9098188. OLE color: 9098188.

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

Color convert

RGB 204 211 138 -
CMYK 0.03 0 0.35 0.17
HSL 65.75º 0.45% 0.68% -
HSV(B) 65.75º 0.35% 0.83% -
XYZ 52.78 61.26 33.09 -
YUV 200.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 204 211 138 0.03 0 0.35 0.17 65.75 0.45 0.68
Hex CC D3 8A 3 0 23 11 42 2D 44
Octal 314 323 212 3 0 43 21 102 55 104
Binary 11001100 11010011 10001010 11 0 100011 10001 1000010 101101 1000100

Color Harmonies of #CCD38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD38A

Black with #CCD38A

Text Example


Text Example

White with #CCD38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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