Html Css Color HEX #CDC331 Wattle

📋 copy color: '#CDC331'

red 205 ◦ green 195 ◦ blue 49

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

Shades of Wattle #CDC331

Tints of Wattle #CDC331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.43%

 BLUE value IS 49 (19.53% from 255) = 10.91%

R = 45.66%
G = 43.43%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDC331 (or 0xCDC331) is known color: Wattle. HEX triplet: CD, C3 and 31. RGB value is (205,195,49). Sum of RGB (Red+Green+Blue) = 205+195+49=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC331 is #323CCE. Grayscale: #B5B5B5. Windows color (decimal): -3292367 or 3261389. OLE color: 3261389.

HSL color Cylindrical-coordinate representation of color #CDC331: hue angle of 56.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDC331 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 195 49 -
CMYK 0 0.05 0.76 0.20
HSL 56.15º 0.61% 0.5% -
HSV(B) 56.15º 0.76% 0.8% -
XYZ 45.25 52.23 10.6 -
YUV 181.35 53.31 144.87 -
System Red Green Blue C M Y K H S L
Decimal 205 195 49 0 0.05 0.76 0.20 56.15 0.61 0.5
Hex CD C3 31 0 5 4C 14 38 3D 32
Octal 315 303 61 0 5 114 24 70 75 62
Binary 11001101 11000011 110001 0 101 1001100 10100 111000 111101 110010

Color Harmonies of #CDC331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC331

Black with #CDC331

Text Example


Text Example

White with #CDC331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC331; }

 p { color: rgb(205,195,49); }

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

background-color css

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

 a { background-color: rgb(205,195,49); }

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

border-color css

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

 span { border-color: rgb(205,195,49); }

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