Html Css Color HEX #CDC741 Wattle

📋 copy color: '#CDC741'

red 205 ◦ green 199 ◦ blue 65

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

Shades of Wattle #CDC741

Tints of Wattle #CDC741

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.43%

 BLUE value IS 65 (25.78% from 255) = 13.86%

R = 43.71%
G = 42.43%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDC741 (or 0xCDC741) is known color: Wattle. HEX triplet: CD, C7 and 41. RGB value is (205,199,65). Sum of RGB (Red+Green+Blue) = 205+199+65=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC741 is #3238BE. Grayscale: #BABABA. Windows color (decimal): -3291327 or 4310989. OLE color: 4310989.

HSL color Cylindrical-coordinate representation of color #CDC741: hue angle of 57.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDC741 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 199 65 -
CMYK 0 0.03 0.68 0.20
HSL 57.43º 0.58% 0.53% -
HSV(B) 57.43º 0.68% 0.8% -
XYZ 46.55 54.21 13.01 -
YUV 185.52 59.99 141.9 -
System Red Green Blue C M Y K H S L
Decimal 205 199 65 0 0.03 0.68 0.20 57.43 0.58 0.53
Hex CD C7 41 0 3 44 14 39 3A 35
Octal 315 307 101 0 3 104 24 71 72 65
Binary 11001101 11000111 1000001 0 11 1000100 10100 111001 111010 110101

Color Harmonies of #CDC741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC741

Black with #CDC741

Text Example


Text Example

White with #CDC741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC741; }

 p { color: rgb(205,199,65); }

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

background-color css

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

 a { background-color: rgb(205,199,65); }

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

border-color css

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

 span { border-color: rgb(205,199,65); }

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