Html Css Color HEX #CDD70B Bird Flower

📋 copy color: '#CDD70B'

red 205 ◦ green 215 ◦ blue 11

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

Shades of Bird Flower #CDD70B

Tints of Bird Flower #CDD70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.55%

R = 47.56%
G = 49.88%
B = 2.55%

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

#CDD70B (or 0xCDD70B) is known color: Bird Flower. HEX triplet: CD, D7 and 0B. RGB value is (205,215,11). Sum of RGB (Red+Green+Blue) = 205+215+11=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD70B is #3228F4. Grayscale: #BDBDBD. Windows color (decimal): -3287285 or 776141. OLE color: 776141.

HSL color Cylindrical-coordinate representation of color #CDD70B: hue angle of 62.94º degrees, saturation: 0.9, 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 #CDD70B is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 11 -
CMYK 0.05 0 0.95 0.16
HSL 62.94º 0.9% 0.44% -
HSV(B) 62.94º 0.95% 0.84% -
XYZ 49.54 61.6 9.6 -
YUV 188.75 27.69 139.59 -
System Red Green Blue C M Y K H S L
Decimal 205 215 11 0.05 0 0.95 0.16 62.94 0.9 0.44
Hex CD D7 B 5 0 5F 10 3F 5A 2C
Octal 315 327 13 5 0 137 20 77 132 54
Binary 11001101 11010111 1011 101 0 1011111 10000 111111 1011010 101100

Color Harmonies of #CDD70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD70B

Black with #CDD70B

Text Example


Text Example

White with #CDD70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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