Html Css Color HEX #CCD03B Wattle

📋 copy color: '#CCD03B'

red 204 ◦ green 208 ◦ blue 59

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

Shades of Wattle #CCD03B

Tints of Wattle #CCD03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.53%

R = 43.31%
G = 44.16%
B = 12.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#CCD03B (or 0xCCD03B) is known color: Wattle. HEX triplet: CC, D0 and 3B. RGB value is (204,208,59). Sum of RGB (Red+Green+Blue) = 204+208+59=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD03B is #332FC4. Grayscale: #BEBEBE. Windows color (decimal): -3354565 or 3920076. OLE color: 3920076.

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

Color convert

RGB 204 208 59 -
CMYK 0.02 0 0.72 0.18
HSL 61.61º 0.61% 0.52% -
HSV(B) 61.61º 0.72% 0.82% -
XYZ 48.25 58.26 12.84 -
YUV 189.82 54.17 138.12 -
System Red Green Blue C M Y K H S L
Decimal 204 208 59 0.02 0 0.72 0.18 61.61 0.61 0.52
Hex CC D0 3B 2 0 48 12 3E 3D 34
Octal 314 320 73 2 0 110 22 76 75 64
Binary 11001100 11010000 111011 10 0 1001000 10010 111110 111101 110100

Color Harmonies of #CCD03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD03B

Black with #CCD03B

Text Example


Text Example

White with #CCD03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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