Html Css Color HEX #CBD671 Goldenrod

📋 copy color: '#CBD671'

red 203 ◦ green 214 ◦ blue 113

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

Shades of Goldenrod #CBD671

Tints of Goldenrod #CBD671

RGB

 RED value IS 203 (79.69% from 255) = 38.3%

 GREEN value IS 214 (83.98% from 255) = 40.38%

 BLUE value IS 113 (44.53% from 255) = 21.32%

R = 38.3%
G = 40.38%
B = 21.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#CBD671 (or 0xCBD671) is known color: Goldenrod. HEX triplet: CB, D6 and 71. RGB value is (203,214,113). Sum of RGB (Red+Green+Blue) = 203+214+113=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD671 is #34298E. Grayscale: #C7C7C7. Windows color (decimal): -3418511 or 7460555. OLE color: 7460555.

HSL color Cylindrical-coordinate representation of color #CBD671: hue angle of 66.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBD671 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 214 113 -
CMYK 0.05 0 0.47 0.16
HSL 66.53º 0.55% 0.64% -
HSV(B) 66.53º 0.47% 0.84% -
XYZ 51.66 61.98 24.86 -
YUV 199.2 79.36 130.71 -
System Red Green Blue C M Y K H S L
Decimal 203 214 113 0.05 0 0.47 0.16 66.53 0.55 0.64
Hex CB D6 71 5 0 2F 10 43 37 40
Octal 313 326 161 5 0 57 20 103 67 100
Binary 11001011 11010110 1110001 101 0 101111 10000 1000011 110111 1000000

Color Harmonies of #CBD671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD671

Black with #CBD671

Text Example


Text Example

White with #CBD671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD671; }

 p { color: rgb(203,214,113); }

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

background-color css

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

 a { background-color: rgb(203,214,113); }

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

border-color css

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

 span { border-color: rgb(203,214,113); }

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