Html Css Color HEX #CDBE14 Bird Flower

📋 copy color: '#CDBE14'

red 205 ◦ green 190 ◦ blue 20

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

Shades of Bird Flower #CDBE14

Tints of Bird Flower #CDBE14

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.78%

 BLUE value IS 20 (8.2% from 255) = 4.82%

R = 49.4%
G = 45.78%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDBE14 (or 0xCDBE14) is known color: Bird Flower. HEX triplet: CD, BE and 14. RGB value is (205,190,20). Sum of RGB (Red+Green+Blue) = 205+190+20=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDBE14 is #3241EB. Grayscale: #AFAFAF. Windows color (decimal): -3293676 or 1359565. OLE color: 1359565.

HSL color Cylindrical-coordinate representation of color #CDBE14: hue angle of 55.14º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDBE14 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 190 20 -
CMYK 0 0.07 0.90 0.20
HSL 55.14º 0.82% 0.44% -
HSV(B) 55.14º 0.9% 0.8% -
XYZ 43.72 49.86 7.98 -
YUV 175.11 40.47 149.32 -
System Red Green Blue C M Y K H S L
Decimal 205 190 20 0 0.07 0.90 0.20 55.14 0.82 0.44
Hex CD BE 14 0 7 5A 14 37 52 2C
Octal 315 276 24 0 7 132 24 67 122 54
Binary 11001101 10111110 10100 0 111 1011010 10100 110111 1010010 101100

Color Harmonies of #CDBE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBE14

Black with #CDBE14

Text Example


Text Example

White with #CDBE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBE14; }

 p { color: rgb(205,190,20); }

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

background-color css

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

 a { background-color: rgb(205,190,20); }

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

border-color css

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

 span { border-color: rgb(205,190,20); }

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