Html Css Color HEX #CCD348 Wattle

📋 copy color: '#CCD348'

red 204 ◦ green 211 ◦ blue 72

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

Shades of Wattle #CCD348

Tints of Wattle #CCD348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.78%

R = 41.89%
G = 43.33%
B = 14.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#CCD348 (or 0xCCD348) is known color: Wattle. HEX triplet: CC, D3 and 48. RGB value is (204,211,72). Sum of RGB (Red+Green+Blue) = 204+211+72=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD348 is #332CB7. Grayscale: #C1C1C1. Windows color (decimal): -3353784 or 4772812. OLE color: 4772812.

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

Color convert

RGB 204 211 72 -
CMYK 0.03 0 0.66 0.17
HSL 63.02º 0.61% 0.55% -
HSV(B) 63.02º 0.66% 0.83% -
XYZ 49.37 59.89 15.09 -
YUV 193.06 59.68 135.8 -
System Red Green Blue C M Y K H S L
Decimal 204 211 72 0.03 0 0.66 0.17 63.02 0.61 0.55
Hex CC D3 48 3 0 42 11 3F 3D 37
Octal 314 323 110 3 0 102 21 77 75 67
Binary 11001100 11010011 1001000 11 0 1000010 10001 111111 111101 110111

Color Harmonies of #CCD348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD348

Black with #CCD348

Text Example


Text Example

White with #CCD348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD348; }

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

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

background-color css

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

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

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

border-color css

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

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

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