Html Css Color HEX #CDC74C Wattle

📋 copy color: '#CDC74C'

red 205 ◦ green 199 ◦ blue 76

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

Shades of Wattle #CDC74C

Tints of Wattle #CDC74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.83%

R = 42.71%
G = 41.46%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CDC74C (or 0xCDC74C) is known color: Wattle. HEX triplet: CD, C7 and 4C. RGB value is (205,199,76). Sum of RGB (Red+Green+Blue) = 205+199+76=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC74C is #3238B3. Grayscale: #BBBBBB. Windows color (decimal): -3291316 or 5031885. OLE color: 5031885.

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

Color convert

RGB 205 199 76 -
CMYK 0 0.03 0.63 0.20
HSL 57.21º 0.56% 0.55% -
HSV(B) 57.21º 0.63% 0.8% -
XYZ 46.9 54.35 14.86 -
YUV 186.77 65.49 141 -
System Red Green Blue C M Y K H S L
Decimal 205 199 76 0 0.03 0.63 0.20 57.21 0.56 0.55
Hex CD C7 4C 0 3 3F 14 39 38 37
Octal 315 307 114 0 3 77 24 71 70 67
Binary 11001101 11000111 1001100 0 11 111111 10100 111001 111000 110111

Color Harmonies of #CDC74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC74C

Black with #CDC74C

Text Example


Text Example

White with #CDC74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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