Html Css Color HEX #CDDB07 Bird Flower

📋 copy color: '#CDDB07'

red 205 ◦ green 219 ◦ blue 7

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

Shades of Bird Flower #CDDB07

Tints of Bird Flower #CDDB07

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.81%

 BLUE value IS 7 (3.13% from 255) = 1.62%

R = 47.56%
G = 50.81%
B = 1.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#CDDB07 (or 0xCDDB07) is known color: Bird Flower. HEX triplet: CD, DB and 07. RGB value is (205,219,7). Sum of RGB (Red+Green+Blue) = 205+219+7=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDB07 is #3224F8. Grayscale: #BFBFBF. Windows color (decimal): -3286265 or 515021. OLE color: 515021.

HSL color Cylindrical-coordinate representation of color #CDDB07: hue angle of 63.96º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDDB07 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 219 7 -
CMYK 0.06 0 0.97 0.14
HSL 63.96º 0.94% 0.44% -
HSV(B) 63.96º 0.97% 0.86% -
XYZ 50.55 63.66 9.82 -
YUV 190.65 24.36 138.24 -
System Red Green Blue C M Y K H S L
Decimal 205 219 7 0.06 0 0.97 0.14 63.96 0.94 0.44
Hex CD DB 7 6 0 61 E 40 5E 2C
Octal 315 333 7 6 0 141 16 100 136 54
Binary 11001101 11011011 111 110 0 1100001 1110 1000000 1011110 101100

Color Harmonies of #CDDB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB07

Black with #CDDB07

Text Example


Text Example

White with #CDDB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB07; }

 p { color: rgb(205,219,7); }

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

background-color css

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

 a { background-color: rgb(205,219,7); }

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

border-color css

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

 span { border-color: rgb(205,219,7); }

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