Html Css Color HEX #CCD04B Wattle

📋 copy color: '#CCD04B'

red 204 ◦ green 208 ◦ blue 75

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

Shades of Wattle #CCD04B

Tints of Wattle #CCD04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

 BLUE value IS 75 (29.69% from 255) = 15.4%

R = 41.89%
G = 42.71%
B = 15.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#CCD04B (or 0xCCD04B) is known color: Wattle. HEX triplet: CC, D0 and 4B. RGB value is (204,208,75). Sum of RGB (Red+Green+Blue) = 204+208+75=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD04B is #332FB4. Grayscale: #C0C0C0. Windows color (decimal): -3354549 or 4968652. OLE color: 4968652.

HSL color Cylindrical-coordinate representation of color #CCD04B: hue angle of 61.8º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCD04B is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 75 -
CMYK 0.02 0 0.64 0.18
HSL 61.8º 0.59% 0.55% -
HSV(B) 61.8º 0.64% 0.82% -
XYZ 48.73 58.46 15.37 -
YUV 191.64 62.17 136.81 -
System Red Green Blue C M Y K H S L
Decimal 204 208 75 0.02 0 0.64 0.18 61.8 0.59 0.55
Hex CC D0 4B 2 0 40 12 3E 3B 37
Octal 314 320 113 2 0 100 22 76 73 67
Binary 11001100 11010000 1001011 10 0 1000000 10010 111110 111011 110111

Color Harmonies of #CCD04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD04B

Black with #CCD04B

Text Example


Text Example

White with #CCD04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD04B; }

 p { color: rgb(204,208,75); }

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

background-color css

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

 a { background-color: rgb(204,208,75); }

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

border-color css

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

 span { border-color: rgb(204,208,75); }

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