Html Css Color HEX #CDB30E Bird Flower

📋 copy color: '#CDB30E'

red 205 ◦ green 179 ◦ blue 14

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

Shades of Bird Flower #CDB30E

Tints of Bird Flower #CDB30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.52%

R = 51.51%
G = 44.97%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CDB30E (or 0xCDB30E) is known color: Bird Flower. HEX triplet: CD, B3 and 0E. RGB value is (205,179,14). Sum of RGB (Red+Green+Blue) = 205+179+14=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB30E is #324CF1. Grayscale: #A8A8A8. Windows color (decimal): -3296498 or 963533. OLE color: 963533.

HSL color Cylindrical-coordinate representation of color #CDB30E: hue angle of 51.83º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDB30E is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 179 14 -
CMYK 0 0.13 0.93 0.20
HSL 51.83º 0.87% 0.43% -
HSV(B) 51.83º 0.93% 0.8% -
XYZ 41.38 45.25 6.97 -
YUV 167.96 41.11 154.42 -
System Red Green Blue C M Y K H S L
Decimal 205 179 14 0 0.13 0.93 0.20 51.83 0.87 0.43
Hex CD B3 E 0 D 5D 14 34 57 2B
Octal 315 263 16 0 15 135 24 64 127 53
Binary 11001101 10110011 1110 0 1101 1011101 10100 110100 1010111 101011

Color Harmonies of #CDB30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB30E

Black with #CDB30E

Text Example


Text Example

White with #CDB30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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