Html Css Color HEX #CDC63A Wattle

📋 copy color: '#CDC63A'

red 205 ◦ green 198 ◦ blue 58

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

Shades of Wattle #CDC63A

Tints of Wattle #CDC63A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.95%

 BLUE value IS 58 (23.05% from 255) = 12.58%

R = 44.47%
G = 42.95%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDC63A (or 0xCDC63A) is known color: Wattle. HEX triplet: CD, C6 and 3A. RGB value is (205,198,58). Sum of RGB (Red+Green+Blue) = 205+198+58=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC63A is #3239C5. Grayscale: #B8B8B8. Windows color (decimal): -3291590 or 3851981. OLE color: 3851981.

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

Color convert

RGB 205 198 58 -
CMYK 0 0.03 0.72 0.20
HSL 57.14º 0.6% 0.52% -
HSV(B) 57.14º 0.72% 0.8% -
XYZ 46.13 53.67 11.93 -
YUV 184.13 56.82 142.88 -
System Red Green Blue C M Y K H S L
Decimal 205 198 58 0 0.03 0.72 0.20 57.14 0.6 0.52
Hex CD C6 3A 0 3 48 14 39 3C 34
Octal 315 306 72 0 3 110 24 71 74 64
Binary 11001101 11000110 111010 0 11 1001000 10100 111001 111100 110100

Color Harmonies of #CDC63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC63A

Black with #CDC63A

Text Example


Text Example

White with #CDC63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC63A; }

 p { color: rgb(205,198,58); }

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

background-color css

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

 a { background-color: rgb(205,198,58); }

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

border-color css

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

 span { border-color: rgb(205,198,58); }

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