Html Css Color HEX #CCD98B Deco

📋 copy color: '#CCD98B'

red 204 ◦ green 217 ◦ blue 139

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

Shades of Deco #CCD98B

Tints of Deco #CCD98B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.75%

 BLUE value IS 139 (54.69% from 255) = 24.82%

R = 36.43%
G = 38.75%
B = 24.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#CCD98B (or 0xCCD98B) is known color: Deco. HEX triplet: CC, D9 and 8B. RGB value is (204,217,139). Sum of RGB (Red+Green+Blue) = 204+217+139=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD98B is #332674. Grayscale: #CCCCCC. Windows color (decimal): -3352181 or 9165260. OLE color: 9165260.

HSL color Cylindrical-coordinate representation of color #CCD98B: hue angle of 70º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCD98B is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 139 -
CMYK 0.06 0 0.36 0.15
HSL 70º 0.51% 0.7% -
HSV(B) 70º 0.36% 0.85% -
XYZ 54.37 64.33 33.98 -
YUV 204.22 91.19 127.84 -
System Red Green Blue C M Y K H S L
Decimal 204 217 139 0.06 0 0.36 0.15 70 0.51 0.7
Hex CC D9 8B 6 0 24 F 46 33 46
Octal 314 331 213 6 0 44 17 106 63 106
Binary 11001100 11011001 10001011 110 0 100100 1111 1000110 110011 1000110

Color Harmonies of #CCD98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD98B

Black with #CCD98B

Text Example


Text Example

White with #CCD98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD98B; }

 p { color: rgb(204,217,139); }

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

background-color css

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

 a { background-color: rgb(204,217,139); }

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

border-color css

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

 span { border-color: rgb(204,217,139); }

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