Html Css Color HEX #CDD70A Bird Flower

📋 copy color: '#CDD70A'

red 205 ◦ green 215 ◦ blue 10

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

Shades of Bird Flower #CDD70A

Tints of Bird Flower #CDD70A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50%

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

R = 47.67%
G = 50%
B = 2.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#CDD70A (or 0xCDD70A) is known color: Bird Flower. HEX triplet: CD, D7 and 0A. RGB value is (205,215,10). Sum of RGB (Red+Green+Blue) = 205+215+10=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD70A is #3228F5. Grayscale: #BDBDBD. Windows color (decimal): -3287286 or 710605. OLE color: 710605.

HSL color Cylindrical-coordinate representation of color #CDD70A: hue angle of 62.93º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDD70A is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 10 -
CMYK 0.05 0 0.95 0.16
HSL 62.93º 0.91% 0.44% -
HSV(B) 62.93º 0.95% 0.84% -
XYZ 49.53 61.6 9.57 -
YUV 188.64 27.19 139.67 -
System Red Green Blue C M Y K H S L
Decimal 205 215 10 0.05 0 0.95 0.16 62.93 0.91 0.44
Hex CD D7 A 5 0 5F 10 3F 5B 2C
Octal 315 327 12 5 0 137 20 77 133 54
Binary 11001101 11010111 1010 101 0 1011111 10000 111111 1011011 101100

Color Harmonies of #CDD70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD70A

Black with #CDD70A

Text Example


Text Example

White with #CDD70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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