Html Css Color HEX #CDB201 Bird Flower

📋 copy color: '#CDB201'

red 205 ◦ green 178 ◦ blue 1

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

Shades of Bird Flower #CDB201

Tints of Bird Flower #CDB201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.35%

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

R = 53.39%
G = 46.35%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CDB201 (or 0xCDB201) is known color: Bird Flower. HEX triplet: CD, B2 and 01. RGB value is (205,178,1). Sum of RGB (Red+Green+Blue) = 205+178+1=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB201 is #324DFE. Grayscale: #A6A6A6. Windows color (decimal): -3296767 or 111309. OLE color: 111309.

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

Color convert

RGB 205 178 1 -
CMYK 0 0.13 1.00 0.20
HSL 52.06º 0.99% 0.4% -
HSV(B) 52.06º 1% 0.8% -
XYZ 41.1 44.82 6.51 -
YUV 165.9 34.95 155.89 -
System Red Green Blue C M Y K H S L
Decimal 205 178 1 0 0.13 1.00 0.20 52.06 0.99 0.4
Hex CD B2 1 0 D 64 14 34 63 28
Octal 315 262 1 0 15 144 24 64 143 50
Binary 11001101 10110010 1 0 1101 1100100 10100 110100 1100011 101000

Color Harmonies of #CDB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB201

Black with #CDB201

Text Example


Text Example

White with #CDB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB201; }

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

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

background-color css

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

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

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

border-color css

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

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

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