Html Css Color HEX #CCDC7B Deco

📋 copy color: '#CCDC7B'

red 204 ◦ green 220 ◦ blue 123

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

Shades of Deco #CCDC7B

Tints of Deco #CCDC7B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.22%

 BLUE value IS 123 (48.44% from 255) = 22.49%

R = 37.29%
G = 40.22%
B = 22.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#CCDC7B (or 0xCCDC7B) is known color: Deco. HEX triplet: CC, DC and 7B. RGB value is (204,220,123). Sum of RGB (Red+Green+Blue) = 204+220+123=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC7B is #332384. Grayscale: #CCCCCC. Windows color (decimal): -3351429 or 8117452. OLE color: 8117452.

HSL color Cylindrical-coordinate representation of color #CCDC7B: hue angle of 69.9º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCDC7B is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 123 -
CMYK 0.07 0 0.44 0.14
HSL 69.9º 0.58% 0.67% -
HSV(B) 69.9º 0.44% 0.86% -
XYZ 54.07 65.45 28.52 -
YUV 204.16 82.2 127.89 -
System Red Green Blue C M Y K H S L
Decimal 204 220 123 0.07 0 0.44 0.14 69.9 0.58 0.67
Hex CC DC 7B 7 0 2C E 46 3A 43
Octal 314 334 173 7 0 54 16 106 72 103
Binary 11001100 11011100 1111011 111 0 101100 1110 1000110 111010 1000011

Color Harmonies of #CCDC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC7B

Black with #CCDC7B

Text Example


Text Example

White with #CCDC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC7B; }

 p { color: rgb(204,220,123); }

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

background-color css

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

 a { background-color: rgb(204,220,123); }

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

border-color css

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

 span { border-color: rgb(204,220,123); }

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