Html Css Color HEX #CCDD6A Mindaro

📋 copy color: '#CCDD6A'

red 204 ◦ green 221 ◦ blue 106

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

Shades of Mindaro #CCDD6A

Tints of Mindaro #CCDD6A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.62%

 BLUE value IS 106 (41.8% from 255) = 19.96%

R = 38.42%
G = 41.62%
B = 19.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#CCDD6A (or 0xCCDD6A) is known color: Mindaro. HEX triplet: CC, DD and 6A. RGB value is (204,221,106). Sum of RGB (Red+Green+Blue) = 204+221+106=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD6A is #332295. Grayscale: #CBCBCB. Windows color (decimal): -3351190 or 7003596. OLE color: 7003596.

HSL color Cylindrical-coordinate representation of color #CCDD6A: hue angle of 68.87º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCDD6A is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 106 -
CMYK 0.08 0 0.52 0.13
HSL 68.87º 0.63% 0.64% -
HSV(B) 68.87º 0.52% 0.87% -
XYZ 53.36 65.59 23.48 -
YUV 202.81 73.37 128.85 -
System Red Green Blue C M Y K H S L
Decimal 204 221 106 0.08 0 0.52 0.13 68.87 0.63 0.64
Hex CC DD 6A 8 0 34 D 45 3F 40
Octal 314 335 152 10 0 64 15 105 77 100
Binary 11001100 11011101 1101010 1000 0 110100 1101 1000101 111111 1000000

Color Harmonies of #CCDD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD6A

Black with #CCDD6A

Text Example


Text Example

White with #CCDD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD6A; }

 p { color: rgb(204,221,106); }

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

background-color css

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

 a { background-color: rgb(204,221,106); }

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

border-color css

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

 span { border-color: rgb(204,221,106); }

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