Html Css Color HEX #CDB301 Bird Flower

📋 copy color: '#CDB301'

red 205 ◦ green 179 ◦ blue 1

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

Shades of Bird Flower #CDB301

Tints of Bird Flower #CDB301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.49%

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

R = 53.25%
G = 46.49%
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

#CDB301 (or 0xCDB301) is known color: Bird Flower. HEX triplet: CD, B3 and 01. RGB value is (205,179,1). Sum of RGB (Red+Green+Blue) = 205+179+1=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB301 is #324CFE. Grayscale: #A7A7A7. Windows color (decimal): -3296511 or 111565. OLE color: 111565.

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

Color convert

RGB 205 179 1 -
CMYK 0 0.13 1.00 0.20
HSL 52.35º 0.99% 0.4% -
HSV(B) 52.35º 1% 0.8% -
XYZ 41.3 45.22 6.58 -
YUV 166.48 34.61 155.47 -
System Red Green Blue C M Y K H S L
Decimal 205 179 1 0 0.13 1.00 0.20 52.35 0.99 0.4
Hex CD B3 1 0 D 64 14 34 63 28
Octal 315 263 1 0 15 144 24 64 143 50
Binary 11001101 10110011 1 0 1101 1100100 10100 110100 1100011 101000

Color Harmonies of #CDB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB301

Black with #CDB301

Text Example


Text Example

White with #CDB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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