Html Css Color HEX #CDB504 Bird Flower

📋 copy color: '#CDB504'

red 205 ◦ green 181 ◦ blue 4

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

Shades of Bird Flower #CDB504

Tints of Bird Flower #CDB504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.41%

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 52.56%
G = 46.41%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CDB504 (or 0xCDB504) is known color: Bird Flower. HEX triplet: CD, B5 and 04. RGB value is (205,181,4). Sum of RGB (Red+Green+Blue) = 205+181+4=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB504 is #324AFB. Grayscale: #A8A8A8. Windows color (decimal): -3295996 or 308685. OLE color: 308685.

HSL color Cylindrical-coordinate representation of color #CDB504: hue angle of 52.84º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDB504 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 181 4 -
CMYK 0 0.12 0.98 0.20
HSL 52.84º 0.96% 0.41% -
HSV(B) 52.84º 0.98% 0.8% -
XYZ 41.72 46.04 6.8 -
YUV 168 35.45 154.39 -
System Red Green Blue C M Y K H S L
Decimal 205 181 4 0 0.12 0.98 0.20 52.84 0.96 0.41
Hex CD B5 4 0 C 62 14 35 60 29
Octal 315 265 4 0 14 142 24 65 140 51
Binary 11001101 10110101 100 0 1100 1100010 10100 110101 1100000 101001

Color Harmonies of #CDB504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB504

Black with #CDB504

Text Example


Text Example

White with #CDB504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB504; }

 p { color: rgb(205,181,4); }

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

background-color css

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

 a { background-color: rgb(205,181,4); }

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

border-color css

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

 span { border-color: rgb(205,181,4); }

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