Html Css Color HEX #CDB501 Bird Flower

📋 copy color: '#CDB501'

red 205 ◦ green 181 ◦ blue 1

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

Shades of Bird Flower #CDB501

Tints of Bird Flower #CDB501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.77%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 52.97%
G = 46.77%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CDB501 (or 0xCDB501) is known color: Bird Flower. HEX triplet: CD, B5 and 01. RGB value is (205,181,1). Sum of RGB (Red+Green+Blue) = 205+181+1=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB501 is #324AFE. Grayscale: #A8A8A8. Windows color (decimal): -3295999 or 112077. OLE color: 112077.

HSL color Cylindrical-coordinate representation of color #CDB501: hue angle of 52.94º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDB501 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 181 1 -
CMYK 0 0.12 1.00 0.20
HSL 52.94º 0.99% 0.4% -
HSV(B) 52.94º 1% 0.8% -
XYZ 41.71 46.03 6.72 -
YUV 167.66 33.95 154.64 -
System Red Green Blue C M Y K H S L
Decimal 205 181 1 0 0.12 1.00 0.20 52.94 0.99 0.4
Hex CD B5 1 0 C 64 14 35 63 28
Octal 315 265 1 0 14 144 24 65 143 50
Binary 11001101 10110101 1 0 1100 1100100 10100 110101 1100011 101000

Color Harmonies of #CDB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB501

Black with #CDB501

Text Example


Text Example

White with #CDB501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB501; }

 p { color: rgb(205,181,1); }

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

background-color css

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

 a { background-color: rgb(205,181,1); }

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

border-color css

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

 span { border-color: rgb(205,181,1); }

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