Html Css Color HEX #CDB719 Bird Flower

📋 copy color: '#CDB719'

red 205 ◦ green 183 ◦ blue 25

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

Shades of Bird Flower #CDB719

Tints of Bird Flower #CDB719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.05%

R = 49.64%
G = 44.31%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDB719 (or 0xCDB719) is known color: Bird Flower. HEX triplet: CD, B7 and 19. RGB value is (205,183,25). Sum of RGB (Red+Green+Blue) = 205+183+25=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB719 is #3248E6. Grayscale: #ACACAC. Windows color (decimal): -3295463 or 1685453. OLE color: 1685453.

HSL color Cylindrical-coordinate representation of color #CDB719: hue angle of 52.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDB719 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 183 25 -
CMYK 0 0.11 0.88 0.20
HSL 52.67º 0.78% 0.45% -
HSV(B) 52.67º 0.88% 0.8% -
XYZ 42.29 46.92 7.75 -
YUV 171.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 205 183 25 0 0.11 0.88 0.20 52.67 0.78 0.45
Hex CD B7 19 0 B 58 14 35 4E 2D
Octal 315 267 31 0 13 130 24 65 116 55
Binary 11001101 10110111 11001 0 1011 1011000 10100 110101 1001110 101101

Color Harmonies of #CDB719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB719

Black with #CDB719

Text Example


Text Example

White with #CDB719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB719; }

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

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

background-color css

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

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

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

border-color css

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

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

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