Html Css Color HEX #CDD70D Bird Flower

📋 copy color: '#CDD70D'

red 205 ◦ green 215 ◦ blue 13

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

Shades of Bird Flower #CDD70D

Tints of Bird Flower #CDD70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3%

R = 47.34%
G = 49.65%
B = 3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#CDD70D (or 0xCDD70D) is known color: Bird Flower. HEX triplet: CD, D7 and 0D. RGB value is (205,215,13). Sum of RGB (Red+Green+Blue) = 205+215+13=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD70D is #3228F2. Grayscale: #BDBDBD. Windows color (decimal): -3287283 or 907213. OLE color: 907213.

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

Color convert

RGB 205 215 13 -
CMYK 0.05 0 0.94 0.16
HSL 62.97º 0.89% 0.45% -
HSV(B) 62.97º 0.94% 0.84% -
XYZ 49.55 61.61 9.66 -
YUV 188.98 28.69 139.43 -
System Red Green Blue C M Y K H S L
Decimal 205 215 13 0.05 0 0.94 0.16 62.97 0.89 0.45
Hex CD D7 D 5 0 5E 10 3F 59 2D
Octal 315 327 15 5 0 136 20 77 131 55
Binary 11001101 11010111 1101 101 0 1011110 10000 111111 1011001 101101

Color Harmonies of #CDD70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD70D

Black with #CDD70D

Text Example


Text Example

White with #CDD70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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