Html Css Color HEX #CDD248 Wattle

📋 copy color: '#CDD248'

red 205 ◦ green 210 ◦ blue 72

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

Shades of Wattle #CDD248

Tints of Wattle #CDD248

RGB

 RED value IS 205 (80.47% from 255) = 42.09%

 GREEN value IS 210 (82.42% from 255) = 43.12%

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

R = 42.09%
G = 43.12%
B = 14.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#CDD248 (or 0xCDD248) is known color: Wattle. HEX triplet: CD, D2 and 48. RGB value is (205,210,72). Sum of RGB (Red+Green+Blue) = 205+210+72=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD248 is #322DB7. Grayscale: #C1C1C1. Windows color (decimal): -3288504 or 4772557. OLE color: 4772557.

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

Color convert

RGB 205 210 72 -
CMYK 0.02 0 0.66 0.18
HSL 62.17º 0.61% 0.55% -
HSV(B) 62.17º 0.66% 0.82% -
XYZ 49.39 59.54 15.02 -
YUV 192.77 59.84 136.72 -
System Red Green Blue C M Y K H S L
Decimal 205 210 72 0.02 0 0.66 0.18 62.17 0.61 0.55
Hex CD D2 48 2 0 42 12 3E 3D 37
Octal 315 322 110 2 0 102 22 76 75 67
Binary 11001101 11010010 1001000 10 0 1000010 10010 111110 111101 110111

Color Harmonies of #CDD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD248

Black with #CDD248

Text Example


Text Example

White with #CDD248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD248; }

 p { color: rgb(205,210,72); }

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

background-color css

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

 a { background-color: rgb(205,210,72); }

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

border-color css

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

 span { border-color: rgb(205,210,72); }

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