Html Css Color HEX #CCCE4D Wattle

📋 copy color: '#CCCE4D'

red 204 ◦ green 206 ◦ blue 77

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

Shades of Wattle #CCCE4D

Tints of Wattle #CCCE4D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.3%

 BLUE value IS 77 (30.47% from 255) = 15.81%

R = 41.89%
G = 42.3%
B = 15.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CCCE4D (or 0xCCCE4D) is known color: Wattle. HEX triplet: CC, CE and 4D. RGB value is (204,206,77). Sum of RGB (Red+Green+Blue) = 204+206+77=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE4D is #3331B2. Grayscale: #BFBFBF. Windows color (decimal): -3355059 or 5099212. OLE color: 5099212.

HSL color Cylindrical-coordinate representation of color #CCCE4D: hue angle of 60.93º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCCE4D is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 77 -
CMYK 0.01 0 0.63 0.19
HSL 60.93º 0.57% 0.55% -
HSV(B) 60.93º 0.63% 0.81% -
XYZ 48.31 57.52 15.58 -
YUV 190.7 63.84 137.49 -
System Red Green Blue C M Y K H S L
Decimal 204 206 77 0.01 0 0.63 0.19 60.93 0.57 0.55
Hex CC CE 4D 1 0 3F 13 3D 39 37
Octal 314 316 115 1 0 77 23 75 71 67
Binary 11001100 11001110 1001101 1 0 111111 10011 111101 111001 110111

Color Harmonies of #CCCE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE4D

Black with #CCCE4D

Text Example


Text Example

White with #CCCE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE4D; }

 p { color: rgb(204,206,77); }

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

background-color css

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

 a { background-color: rgb(204,206,77); }

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

border-color css

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

 span { border-color: rgb(204,206,77); }

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