Html Css Color HEX #CDD70C Bird Flower

📋 copy color: '#CDD70C'

red 205 ◦ green 215 ◦ blue 12

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

Shades of Bird Flower #CDD70C

Tints of Bird Flower #CDD70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 47.45%
G = 49.77%
B = 2.78%

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

#CDD70C (or 0xCDD70C) is known color: Bird Flower. HEX triplet: CD, D7 and 0C. RGB value is (205,215,12). Sum of RGB (Red+Green+Blue) = 205+215+12=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD70C is #3228F3. Grayscale: #BDBDBD. Windows color (decimal): -3287284 or 841677. OLE color: 841677.

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

Color convert

RGB 205 215 12 -
CMYK 0.05 0 0.94 0.16
HSL 62.96º 0.89% 0.45% -
HSV(B) 62.96º 0.94% 0.84% -
XYZ 49.54 61.61 9.63 -
YUV 188.87 28.19 139.51 -
System Red Green Blue C M Y K H S L
Decimal 205 215 12 0.05 0 0.94 0.16 62.96 0.89 0.45
Hex CD D7 C 5 0 5E 10 3F 59 2D
Octal 315 327 14 5 0 136 20 77 131 55
Binary 11001101 11010111 1100 101 0 1011110 10000 111111 1011001 101101

Color Harmonies of #CDD70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD70C

Black with #CDD70C

Text Example


Text Example

White with #CDD70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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