Html Css Color HEX #CCCD4E Wattle

📋 copy color: '#CCCD4E'

red 204 ◦ green 205 ◦ blue 78

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

Shades of Wattle #CCCD4E

Tints of Wattle #CCCD4E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.09%

 BLUE value IS 78 (30.86% from 255) = 16.02%

R = 41.89%
G = 42.09%
B = 16.02%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CCCD4E (or 0xCCCD4E) is known color: Wattle. HEX triplet: CC, CD and 4E. RGB value is (204,205,78). Sum of RGB (Red+Green+Blue) = 204+205+78=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD4E is #3332B1. Grayscale: #BEBEBE. Windows color (decimal): -3355314 or 5164492. OLE color: 5164492.

HSL color Cylindrical-coordinate representation of color #CCCD4E: hue angle of 60.47º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCCD4E is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 78 -
CMYK 0.00 0 0.62 0.20
HSL 60.47º 0.56% 0.55% -
HSV(B) 60.47º 0.62% 0.8% -
XYZ 48.11 57.05 15.68 -
YUV 190.22 64.67 137.83 -
System Red Green Blue C M Y K H S L
Decimal 204 205 78 0.00 0 0.62 0.20 60.47 0.56 0.55
Hex CC CD 4E 0 0 3E 14 3C 38 37
Octal 314 315 116 0 0 76 24 74 70 67
Binary 11001100 11001101 1001110 0 0 111110 10100 111100 111000 110111

Color Harmonies of #CCCD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD4E

Black with #CCCD4E

Text Example


Text Example

White with #CCCD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD4E; }

 p { color: rgb(204,205,78); }

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

background-color css

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

 a { background-color: rgb(204,205,78); }

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

border-color css

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

 span { border-color: rgb(204,205,78); }

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