Html Css Color HEX #CDB823 Bird Flower

📋 copy color: '#CDB823'

red 205 ◦ green 184 ◦ blue 35

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

Shades of Bird Flower #CDB823

Tints of Bird Flower #CDB823

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.4%

 BLUE value IS 35 (14.06% from 255) = 8.25%

R = 48.35%
G = 43.4%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CDB823 (or 0xCDB823) is known color: Bird Flower. HEX triplet: CD, B8 and 23. RGB value is (205,184,35). Sum of RGB (Red+Green+Blue) = 205+184+35=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 35 (14.06% from 255 or 8.25% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB823 is #3247DC. Grayscale: #ADADAD. Windows color (decimal): -3295197 or 2341069. OLE color: 2341069.

HSL color Cylindrical-coordinate representation of color #CDB823: hue angle of 52.59º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDB823 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 184 35 -
CMYK 0 0.10 0.83 0.20
HSL 52.59º 0.71% 0.47% -
HSV(B) 52.59º 0.83% 0.8% -
XYZ 42.62 47.38 8.49 -
YUV 173.29 49.96 150.62 -
System Red Green Blue C M Y K H S L
Decimal 205 184 35 0 0.10 0.83 0.20 52.59 0.71 0.47
Hex CD B8 23 0 A 53 14 35 47 2F
Octal 315 270 43 0 12 123 24 65 107 57
Binary 11001101 10111000 100011 0 1010 1010011 10100 110101 1000111 101111

Color Harmonies of #CDB823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB823

Black with #CDB823

Text Example


Text Example

White with #CDB823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB823; }

 p { color: rgb(205,184,35); }

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

background-color css

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

 a { background-color: rgb(205,184,35); }

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

border-color css

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

 span { border-color: rgb(205,184,35); }

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