Html Css Color HEX #CDB001 Bird Flower

📋 copy color: '#CDB001'

red 205 ◦ green 176 ◦ blue 1

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

Shades of Bird Flower #CDB001

Tints of Bird Flower #CDB001

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.07%

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

R = 53.66%
G = 46.07%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CDB001 (or 0xCDB001) is known color: Bird Flower. HEX triplet: CD, B0 and 01. RGB value is (205,176,1). Sum of RGB (Red+Green+Blue) = 205+176+1=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB001 is #324FFE. Grayscale: #A5A5A5. Windows color (decimal): -3297279 or 110797. OLE color: 110797.

HSL color Cylindrical-coordinate representation of color #CDB001: hue angle of 51.47º 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 #CDB001 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 1 -
CMYK 0 0.14 1.00 0.20
HSL 51.47º 0.99% 0.4% -
HSV(B) 51.47º 1% 0.8% -
XYZ 40.71 44.03 6.38 -
YUV 164.72 35.61 156.73 -
System Red Green Blue C M Y K H S L
Decimal 205 176 1 0 0.14 1.00 0.20 51.47 0.99 0.4
Hex CD B0 1 0 E 64 14 33 63 28
Octal 315 260 1 0 16 144 24 63 143 50
Binary 11001101 10110000 1 0 1110 1100100 10100 110011 1100011 101000

Color Harmonies of #CDB001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB001

Black with #CDB001

Text Example


Text Example

White with #CDB001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB001; }

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

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

background-color css

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

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

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

border-color css

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

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

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