Html Css Color HEX #CDBC27 Barberry

📋 copy color: '#CDBC27'

red 205 ◦ green 188 ◦ blue 39

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

Shades of Barberry #CDBC27

Tints of Barberry #CDBC27

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.52%

 BLUE value IS 39 (15.63% from 255) = 9.03%

R = 47.45%
G = 43.52%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CDBC27 (or 0xCDBC27) is known color: Barberry. HEX triplet: CD, BC and 27. RGB value is (205,188,39). Sum of RGB (Red+Green+Blue) = 205+188+39=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 39 (15.62% from 255 or 9.03% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBC27 is #3243D8. Grayscale: #B0B0B0. Windows color (decimal): -3294169 or 2604237. OLE color: 2604237.

HSL color Cylindrical-coordinate representation of color #CDBC27: hue angle of 53.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDBC27 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 188 39 -
CMYK 0 0.08 0.81 0.20
HSL 53.86º 0.68% 0.48% -
HSV(B) 53.86º 0.81% 0.8% -
XYZ 43.53 49.09 9.1 -
YUV 176.1 50.63 148.62 -
System Red Green Blue C M Y K H S L
Decimal 205 188 39 0 0.08 0.81 0.20 53.86 0.68 0.48
Hex CD BC 27 0 8 51 14 36 44 30
Octal 315 274 47 0 10 121 24 66 104 60
Binary 11001101 10111100 100111 0 1000 1010001 10100 110110 1000100 110000

Color Harmonies of #CDBC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBC27

Black with #CDBC27

Text Example


Text Example

White with #CDBC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBC27; }

 p { color: rgb(205,188,39); }

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

background-color css

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

 a { background-color: rgb(205,188,39); }

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

border-color css

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

 span { border-color: rgb(205,188,39); }

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