Html Css Color HEX #CCD34B Wattle

📋 copy color: '#CCD34B'

red 204 ◦ green 211 ◦ blue 75

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

Shades of Wattle #CCD34B

Tints of Wattle #CCD34B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.06%

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

R = 41.63%
G = 43.06%
B = 15.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#CCD34B (or 0xCCD34B) is known color: Wattle. HEX triplet: CC, D3 and 4B. RGB value is (204,211,75). Sum of RGB (Red+Green+Blue) = 204+211+75=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD34B is #332CB4. Grayscale: #C1C1C1. Windows color (decimal): -3353781 or 4969420. OLE color: 4969420.

HSL color Cylindrical-coordinate representation of color #CCD34B: hue angle of 63.09º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCD34B is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 75 -
CMYK 0.03 0 0.64 0.17
HSL 63.09º 0.61% 0.56% -
HSV(B) 63.09º 0.64% 0.83% -
XYZ 49.47 59.93 15.62 -
YUV 193.4 61.18 135.56 -
System Red Green Blue C M Y K H S L
Decimal 204 211 75 0.03 0 0.64 0.17 63.09 0.61 0.56
Hex CC D3 4B 3 0 40 11 3F 3D 38
Octal 314 323 113 3 0 100 21 77 75 70
Binary 11001100 11010011 1001011 11 0 1000000 10001 111111 111101 111000

Color Harmonies of #CCD34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD34B

Black with #CCD34B

Text Example


Text Example

White with #CCD34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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