Html Css Color HEX #CDC70A Bird Flower

📋 copy color: '#CDC70A'

red 205 ◦ green 199 ◦ blue 10

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

Shades of Bird Flower #CDC70A

Tints of Bird Flower #CDC70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.42%

R = 49.52%
G = 48.07%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CDC70A (or 0xCDC70A) is known color: Bird Flower. HEX triplet: CD, C7 and 0A. RGB value is (205,199,10). Sum of RGB (Red+Green+Blue) = 205+199+10=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC70A is #3238F5. Grayscale: #B4B4B4. Windows color (decimal): -3291382 or 706509. OLE color: 706509.

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

Color convert

RGB 205 199 10 -
CMYK 0 0.03 0.95 0.20
HSL 58.15º 0.91% 0.42% -
HSV(B) 58.15º 0.95% 0.8% -
XYZ 45.66 53.85 8.27 -
YUV 179.25 32.49 146.37 -
System Red Green Blue C M Y K H S L
Decimal 205 199 10 0 0.03 0.95 0.20 58.15 0.91 0.42
Hex CD C7 A 0 3 5F 14 3A 5B 2A
Octal 315 307 12 0 3 137 24 72 133 52
Binary 11001101 11000111 1010 0 11 1011111 10100 111010 1011011 101010

Color Harmonies of #CDC70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC70A

Black with #CDC70A

Text Example


Text Example

White with #CDC70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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