Html Css Color HEX #CDB000 Bird Flower

📋 copy color: '#CDB000'

red 205 ◦ green 176 ◦ blue 0

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

Shades of Bird Flower #CDB000

Tints of Bird Flower #CDB000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.81%
G = 46.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CDB000 (or 0xCDB000) is known color: Bird Flower. HEX triplet: CD, B0 and 00. RGB value is (205,176,0). Sum of RGB (Red+Green+Blue) = 205+176+0=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB000 is #324FFF. Grayscale: #A5A5A5. Windows color (decimal): -3297280 or 45261. OLE color: 45261.

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

Color convert

RGB 205 176 0 -
CMYK 0 0.14 1 0.20
HSL 51.51º 1% 0.4% -
HSV(B) 51.51º 1% 0.8% -
XYZ 40.7 44.03 6.35 -
YUV 164.61 35.11 156.81 -
System Red Green Blue C M Y K H S L
Decimal 205 176 0 0 0.14 1 0.20 51.51 1 0.4
Hex CD B0 0 0 E 64 14 34 64 28
Octal 315 260 0 0 16 144 24 64 144 50
Binary 11001101 10110000 0 0 1110 1100100 10100 110100 1100100 101000

Color Harmonies of #CDB000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB000

Black with #CDB000

Text Example


Text Example

White with #CDB000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB000; }

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

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

background-color css

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

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

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

border-color css

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

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

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