#CDBE1A

Color #CDBE1A Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CDBE1A

Tints of Bird Flower #CDBE1A

Color information

#CDBE1A (or 0xCDBE1A) is unknown color: approx Bird Flower. HEX triplet: CD, BE and 1A. RGB value is (205,190,26). Sum of RGB (Red+Green+Blue) = 205+190+26=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 26 (10.55% from 255 or 6.18% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBE1A is #3241E5. Grayscale: #B0B0B0. Windows color (decimal): -3293670 or 1752781. OLE color: 1752781.

HSL color Cylindrical-coordinate representation of color #CDBE1A: hue angle of 54.97º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDBE1A is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB20519026-
CMYK00.070.870.20
HSL54.97º77.49%45.29%-
HSV(B)54.97º87.32%80.39%-
XYZ43.7849.888.3-
YUV175.7943.47148.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.69%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 26 (10.55% from 255) = 6.18%
R=48.69%
G=45.13%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051902600.070.870.2054.9777.4945.29
HexCDBE1A075714374d2d
Octal3152763207127246711555
Binary11001101101111101101001111010111101001101111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE1A; }

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

 H1.HeaderClassName
 {
   color: #CDBE1A;
 }
 .AnyTagClassName
 {
   color: #CDBE1A;
 }
</style>
background-color css

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

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

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

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

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

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