Html Css Color HEX #CDB304 Bird Flower

📋 copy color: '#CDB304'

red 205 ◦ green 179 ◦ blue 4

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

Shades of Bird Flower #CDB304

Tints of Bird Flower #CDB304

RGB

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

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

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

R = 52.84%
G = 46.13%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CDB304 (or 0xCDB304) is known color: Bird Flower. HEX triplet: CD, B3 and 04. RGB value is (205,179,4). Sum of RGB (Red+Green+Blue) = 205+179+4=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB304 is #324CFB. Grayscale: #A7A7A7. Windows color (decimal): -3296508 or 308173. OLE color: 308173.

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

Color convert

RGB 205 179 4 -
CMYK 0 0.13 0.98 0.20
HSL 52.24º 0.96% 0.41% -
HSV(B) 52.24º 0.98% 0.8% -
XYZ 41.32 45.23 6.67 -
YUV 166.82 36.11 155.23 -
System Red Green Blue C M Y K H S L
Decimal 205 179 4 0 0.13 0.98 0.20 52.24 0.96 0.41
Hex CD B3 4 0 D 62 14 34 60 29
Octal 315 263 4 0 15 142 24 64 140 51
Binary 11001101 10110011 100 0 1101 1100010 10100 110100 1100000 101001

Color Harmonies of #CDB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB304

Black with #CDB304

Text Example


Text Example

White with #CDB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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