Html Css Color HEX #CDB701 Bird Flower

📋 copy color: '#CDB701'

red 205 ◦ green 183 ◦ blue 1

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

Shades of Bird Flower #CDB701

Tints of Bird Flower #CDB701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.04%

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

R = 52.7%
G = 47.04%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CDB701 (or 0xCDB701) is known color: Bird Flower. HEX triplet: CD, B7 and 01. RGB value is (205,183,1). Sum of RGB (Red+Green+Blue) = 205+183+1=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB701 is #3248FE. Grayscale: #A9A9A9. Windows color (decimal): -3295487 or 112589. OLE color: 112589.

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

Color convert

RGB 205 183 1 -
CMYK 0 0.11 1.00 0.20
HSL 53.53º 0.99% 0.4% -
HSV(B) 53.53º 1% 0.8% -
XYZ 42.12 46.85 6.85 -
YUV 168.83 33.29 153.8 -
System Red Green Blue C M Y K H S L
Decimal 205 183 1 0 0.11 1.00 0.20 53.53 0.99 0.4
Hex CD B7 1 0 B 64 14 36 63 28
Octal 315 267 1 0 13 144 24 66 143 50
Binary 11001101 10110111 1 0 1011 1100100 10100 110110 1100011 101000

Color Harmonies of #CDB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB701

Black with #CDB701

Text Example


Text Example

White with #CDB701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB701; }

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

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

background-color css

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

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

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

border-color css

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

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

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